GeanyEditor

Editor-owned fields for each document.

Members

Variables

auto_indent
gboolean auto_indent;

< @c TRUE if auto-indentation is enabled.

document
GeanyDocument* document;

< The document associated with the editor.

indent_type
GeanyIndentType indent_type;
Undocumented in source.
indent_width
gint indent_width;
Undocumented in source.
line_breaking
gboolean line_breaking;

< Whether to split long lines as you type.

line_wrapping
gboolean line_wrapping;

< @c TRUE if line wrapping is enabled.

sci
ScintillaObject* sci;

< The Scintilla editor @c GtkWidget.

scroll_percent
gfloat scroll_percent;

Percentage to scroll view by on paint, if positive.

Meta